kotlin-stdlib
JS
kotlin-stdlib
/
kotlin
/
[JS]emptyArray
empty
Array
JS
inline
fun
<
T
>
emptyArray
(
)
:
Array
<
T
>
Content copied to clipboard
Returns an empty array of the specified type
T
.